nl.telin.mymedia.apolda
Class Region

java.lang.Object
  extended by nl.telin.mymedia.apolda.Region

public class Region
extends java.lang.Object


Constructor Summary
Region(int b, int e)
           
 
Method Summary
 boolean contains(Region other)
           
 int getBegin()
           
 int getEnd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Region

public Region(int b,
              int e)
Method Detail

contains

public boolean contains(Region other)

getBegin

public int getBegin()

getEnd

public int getEnd()